PUT
/Localization/
Stores the contents of the specified localization.
Request
Method
Request URI
PUT
/API/Localization/?sessionId=value
URI Parameters
URI Parameter
Description
sessionId
The ID of the session.
Specifying via an Authorization request header instead is recommended.
Request Headers
Authorization: Bearer <Current session ID>
Request Body
Name:
options
Type:
Dundas.BI.WebApi.Models.StoreLocalizationOptions
Response
Response Body
A
Dundas.BI.WebApi.Models.LocalizationInfoData
with the result, or a status code indicating the problem.